The non-General MIDI information record provides information about non-General MIDI instruments within an instrument component. It is defined by the nonGMInstrumentInfoRecord data type.
struct nonGMInstrumentInfoRecord {
long cmpInstID;
long flags;
long toneNameIndex;
long itxtNameAtomID;
};
typedef struct nonGMInstrumentInfoRecord nonGMInstrumentInfoRecord;